home *** CD-ROM | disk | FTP | other *** search
/ Just Call Me Internet / Just Call Me Internet.iso / prog / atari / c / mail110 / mailer.rc < prev    next >
Text File  |  1994-02-23  |  908b  |  30 lines

  1. # configuration file for 'mailer', G B Judd's simple mailer for ka9q
  2. #
  3. #    host    =    this_host_name
  4. #    user     =    this_user_name
  5. #    name     =    your full name for mail headers
  6. #    reply     =    your reply address
  7. #    mail    =     path to directory containing 'mail' and 'mqueue'
  8. #            directories
  9. #    edit    =    path your editor
  10. #    sig    =    path to your signature file [optional]
  11. #    log    =    name of your ougoing mail log, this must reside
  12. #            in the 'mail' directory.
  13. #    alias    =    path to your mail alias file [optional]
  14. #
  15. # The format must be <keyword>=<value>
  16. #    There must be no space around the '=' sign
  17. #    Comments can be included and are indicated by a '#' as the
  18. #    very first character of a line.  You can also have completely
  19. #    blank lines.
  20.  
  21. host=siward.demon.co.uk
  22. user=gjudd
  23. name=Graham Judd
  24. reply=gjudd@siward.demon.co.uk
  25. mail=d:\spool
  26. edit=c:\editors\emacs\emacs.prg
  27. sig=d:\gjudd.sig
  28. log=outmail.txt
  29. alias=d:\alias
  30.